<arg choice="plain">-Denable-mir-backend=true</arg>
<arg choice="plain">-Denable-mir-backend=false</arg>
</group>
+ <group>
+ <arg choice="plain">-Dintrospection=true</arg>
+ <arg choice="plain">-Dintrospection=false</arg>
+ </group>
</cmdsynopsis>
</para>
</para>
</formalpara>
+ <formalpara>
+ <title><systemitem>introspection</systemitem></title>
+
+ <para>
+ Allows to disable building introspection support. This is option
+ is mainly useful for shortening turnaround times on developer
+ systems. Installed builds of GTK+ should always have introspection
+ support.
+ </para>
+ </formalpara>
+
<formalpara>
<title><systemitem>build-tests</systemitem>
<systemitem>demos</systemitem></title>
link_args: common_ldflags)
# Introspection
-build_gir = get_option('enable-gir')
+build_gir = get_option('introspection')
if build_gir
gir_args = [
'--quiet',
description : 'Build API reference and tools documentation')
option('enable-man-pages', type: 'boolean', value: 'false',
description : 'Build man pages for installed tools')
-option('enable-gir', type: 'boolean', value: 'true',
+option('introspection', type: 'boolean', value: 'true',
description : 'Build introspection data (requires gobject-introspection)')
option('demos', type: 'boolean', value: 'true',
description : 'Build demos and example programs')